翻訳と辞書
Words near each other
・ Rapides Cemetery
・ Rapides du Cheval Blanc
・ Rapides Lumber Company Sawmill Manager's House
・ Rapides Opera House
・ Rapides Parish Coliseum
・ Rapides Parish School Board
・ Rapides Parish, Louisiana
・ Rapides-des-Coeurs Generating Station
・ Rapides-des-Joachims, Quebec
・ RapidEye
・ RapidFeeds
・ Rapidfire
・ RapidIO
・ Rapidity
・ Rapidly exploring dense trees
Rapidly exploring random tree
・ Rapidly involuting congenital hemangioma
・ Rapidly oscillating Ap star
・ Rapidly progressive glomerulonephritis
・ RapidMade
・ RapidMind
・ RapidMiner
・ RapidNAV
・ Rapido
・ Rapido (river)
・ Rapido (train)
・ Rapido (Transformers)
・ Rapido (TV series)
・ RapidQ
・ RapidRide


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Rapidly exploring random tree : ウィキペディア英語版
Rapidly exploring random tree

A rapidly exploring random tree (RRT) is an algorithm designed to efficiently search nonconvex, high-dimensional spaces by randomly building a space-filling tree. The tree is constructed incrementally from samples drawn randomly from the search space and is inherently biased to grow towards large unsearched areas of the problem. RRTs were developed by Steven M. LaValle and James J. Kuffner Jr.


.〔

They easily handle problems with obstacles and differential constraints (nonholonomic and kinodynamic) and have been widely used in autonomous robotic path planning.
RRTs can be viewed as a technique to generate open-loop trajectories for nonlinear systems with state constraints. An RRT can also be considered as a Monte-Carlo method to bias search into the largest Voronoi regions of a graph in a configuration space. Some variations can even be considered stochastic fractals.〔http://msl.cs.uiuc.edu/rrt/about.html About RRTs, by Steve LaValle〕
==Description==
A RRT grows a tree rooted at the starting configuration by using random samples from the search space.
As each sample is drawn, a connection is attempted between it and the nearest state in the tree.
If the connection is feasible (passes entirely through free space and obeys any constraints), this results in the addition of the new state to the tree.
With uniform sampling of the search space, the probability of expanding an existing state is proportional to the size of its Voronoi region.
As the largest Voronoi regions belong to the states on the frontier of the search, this means that the tree preferentially expands towards large unsearched areas.
The length of the connection between the tree and a new state is frequently limited by a growth factor.
If the random sample is further from its nearest state in the tree than this limit allows, a new state at the maximum distance from the tree along the line to the random sample is used instead of the random sample itself.
The random samples can then be viewed as controlling the direction of the tree growth while the growth factor determines its rate.
This maintains the space-filling bias of the RRT while limiting the size of the incremental growth.
RRT growth can be biased by increasing the probability of sampling states from a specific area.
Most practical implementations of RRTs make use of this to guide the search towards the planning problem goals.
This is accomplished by introducing a small probability of sampling the goal to the state sampling procedure.
The higher this probability, the more greedily the tree grows towards the goal.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Rapidly exploring random tree」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.